home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / basic / bastru21.zip / BASSTRUC.TXT < prev    next >
Text File  |  1994-01-03  |  3KB  |  94 lines

  1. BasStruc Version 2.1
  2. ++++++++++++++++++++
  3. Copyright (C) Marc Brewerton 1993-1994. All Rights Reserved
  4. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  5.  
  6. This program is Shareware, you may evaluate it, for a period of no 
  7. more than 30 days. After this period, you must either register 
  8. (read REGISTER.TXT) or remove it from your system. Failure to comply 
  9. with this condition is a violation of the law. Please register if 
  10. you use this program for more than the trial period.
  11.  
  12. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  13.  
  14. Program Usage
  15. +++++++++++++
  16.  
  17. Do you like to see properly formatted Basic Source Code when it is printed? 
  18.  
  19. Well this program will read a text file containing your source code and turn 
  20. it into a formatted output. You can then either print this output or load 
  21. it into your compiler/interpreter instead of your original un-formatted code.
  22.  
  23. To use the program simply, run 'BasStruc' and you will be prompted for
  24. two filenames, input and output. The program will do the rest. 
  25.  
  26. [Remember that your input file must be ASCII text file and must not contain
  27. any formatting characters.] 
  28.  
  29. There is a minimum of error checking that the program does, to an extent 
  30. that the program will reconise most errors and end the program.
  31.  
  32. The program was designed to work with Turbo Basic source code and as such 
  33. has been written to interpret its structure. I have used the program on
  34. source code from Quickbasic with no ill effects. If you notice some 
  35. difficulties, please get in contact (with a copy of the code).
  36.  
  37. Disclaimer.
  38. +++++++++++
  39.  
  40. Any user should be aware that the program will not and does not alter their
  41. original input file in any way. If the user feels that, they are unsure of
  42. this they should make a backup copy as well.
  43.  
  44. No warranty or guarantee is implied by this software and no responsibly 
  45. can be attributed to the author, concerning data loss or corruption.
  46.  
  47.  
  48. History.
  49. ++++++++
  50.  
  51. Version 1   - Program written 16/11/93. Written in Borland Turbo Basic.
  52.               Bug caused numbered lines to be ignored for structuring.
  53.  
  54. Version 2   - Numbered Line Support Removed Since I've Had So Many Problems
  55.               With It. If, You Users Shout Enough I Might Try And Re-Code It.
  56.               The Program Will Still Change The Cases On These Lines.
  57.  
  58.               New Added Features!!!
  59.               -Added Change All Code To Lower/Upper Case.
  60.               -Added Remove Blank Lines.
  61.               -Added Remove Remarks.
  62.               -Added Change Remarks to Upper/Lower Case at any point on a line.
  63.               -Added Number The Lines For Better Reading/Error Finding.
  64. Version 2.1 - Minor Bug Fix With Non-Ascii Characters In Files.
  65.  
  66. Future.
  67. +++++++
  68.  
  69. i)    Configurable Sizes For Various Indents.
  70. ii)   Windows Version For Visual Basic.
  71. iii)  Ini file so that it can be configured for separate versions of
  72.         BASIC.
  73.  
  74. Bugs & Suggestions.
  75. +++++++++++++++++++
  76.  
  77. Please report any bugs or problems to :
  78.  
  79. Marc Brewerton
  80. 2, St.John's Meadow
  81. Blindley Heath
  82. Surrey. RH7 6JU
  83. United Kingdom 
  84.  
  85. email address : <me90mab@brunel.ac.uk>
  86.  
  87. Note
  88. ++++
  89.  
  90. Turbo Basic is a Trademark and Copyright To Borland International Inc. 
  91.  
  92. QuickBasic and Visual Basic are Trademarks and Copyright To The 
  93. Microsoft Corporation.
  94.